From 05de91c6042b42890e23538baf5f1d47fe602819 Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Wed, 17 May 2006 00:07:17 +0000 Subject: [PATCH] unhide road type, since it's in the readme --- an1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/an1.c b/an1.c index 801de4d72..d7cb074a7 100644 --- a/an1.c +++ b/an1.c @@ -61,7 +61,7 @@ arglist_t an1_args[] = { {"type", &output_type, "Type of .an1 file (see README)", "", ARGTYPE_STRING, ARG_NOMINMAX }, {"road", &road_changes, "Road type changes (see README)", - "", ARGTYPE_HIDDEN | ARGTYPE_STRING, ARG_NOMINMAX }, + "", ARGTYPE_STRING, ARG_NOMINMAX }, {"nogc", &nogc, "Do not add geocache data to description", NULL, ARGTYPE_BOOL, ARG_NOMINMAX }, {"deficon", &opt_symbol, "Symbol to use for point data", -- 2.30.2